rclone v1.63.0
and configured my storage like:
[storj]
type = s3
provider = Other
access_key_id = <redacted>
secret_access_key = <redacted>
endpoint = https://gateway.storjshare.io
[storj_crypt]
type = crypt
filename_encoding = base64
remote = storj:my-photos
password = <redacted>
filename_encryption = standard
directory_name_encryption = true
suffix = none
I've then copied test pdf like this: rclone copy test.pdf storj_crypt:
and I get valid object with ETag and openable within S3Drive.
Can you post your Rclone storj
remote configuration? You've initially posted config, but that's just crypt: https://discord.com/channels/1069654792902815845/1159814485515710525/1159827592732479590Amazon S3 (or S3 compatible)
has: MD5
.